Preface

TMA transcript work skin
Posted originally on the Archive of Our Own at http://archiveofourown.org/works/42209376.

Rating:
Not Rated
Archive Warning:
No Archive Warnings Apply
Fandoms:
The Magnus Archives (Podcast), Original Work
Additional Tags:
AO3 work skin
Language:
English
Collections:
Ao3 Skins
Stats:
Published: 2022-10-07 Completed: 2022-10-18 Words: 443 Chapters: 2/2

TMA transcript work skin

Summary

Workskin for all your original TMA transcript needs! Modeled after the unofficial transcripts archive, I made it as similar as I could. Looks best on desktop but still reads fine on mobile. Formatted example using text from the show in the first chapter, work skin and full html in the second.
Feel free to use and edit however you want. Have fun!

Chapter 1

Chapter Summary

The example text below is from MAG 39, Infestation, and contains no spoilers beyond things that could be inferred from episode summaries.

TIM

Why do you have a second tape recorder, Martin?

MARTIN

Oh, um… well, I’ve been using it to record myself. I write poetry and I think the tapes have a sort of… low-fi charm.

ARCHIVIST

I see.

[CLICK]


[CLICK]

SASHA

[SPEECH IS ECHOED FROM THE ROOM AS SHE WALKS]

[With some despondency in tone] Okay, John. I know you’ll want to know what’s been happening. If you’re still alive after this. The worms are on the upper floor. Not as many as down in the Archive, but enough.

I set the fire alarm off, so everyone’s evacuated except me and Elias. I didn’t see any signs of the fire brigade, but I haven’t been near a window in a while. There was a… I guess you’d call it a… a wave of worms. I got cut off from Elias. I hope he made it to the fire system, but who knows.

 

 

CSS

#workskin div.text {
  margin: auto;
  font-size: 17pt;
  max-width: 620px;
  font-family: Garamond,Baskerville,"Book Antiqua",Georgia,Times,serif;
}

#workskin .name {
  font-size: 17pt;
  margin-top: 29.124px;
  margin-bottom: 14.562px;
  text-align: center;
  font-weight: bold;
  line-height: initial;
}

#workskin .description {
  font-size: 17pt;
  font-weight: 400;
  margin-bottom: 14.562px;
  margin-top: 0;
  opacity: 0.76;
  line-height: initial;
}

#workskin .dialogue {
  font-size: 17pt;
  margin-bottom: 14.562px;
  margin-top: 0;
  opacity: 0.95;
  font-weight: 400;
  line-height: 29.124px;
}

#workskin hr {
  margin: 2.4rem auto;
  width: 66%;
  border: 1px solid #585858;
}


<div class="text">

<p class="name">TIM</p>

<p class="dialogue">Why <em>do</em> you have a second tape recorder, Martin?</p>

<p class="name">MARTIN</p>

<p class="dialogue">Oh, um… well, I’ve been using it to record myself. I write poetry and I think the tapes have a sort of… low-fi charm.</p>

<p class="name">ARCHIVIST</p>

<p class="dialogue">…</p>

<p class="dialogue">I see.</p>

<p class="description">[CLICK]</p>

<hr/>

<p class="description">[CLICK]</p>

<p class="name">SASHA</p>

<p class="description">[SPEECH IS ECHOED FROM THE ROOM AS SHE WALKS]</p>

<p class="dialogue"><em>[With some despondency in tone]</em> Okay, John. I know you’ll want to know what’s been happening. If you’re still alive after this. The worms are on the upper floor. Not as many as down in the Archive, but enough.</p>

<p class="dialogue">I set the fire alarm off, so everyone’s evacuated except me and Elias. I didn’t see any signs of the fire brigade, but I haven’t been near a window in a while. There was a… I guess you’d call it a… a wave of worms. I got cut off from Elias. I hope he made it to the fire system, but who knows.</p>

</div>

Afterword

Please drop by the Archive and comment to let the creator know if you enjoyed their work!